#meta

This page compiles some useful things about your space and may also be useful for debugging things.

Stats

**Total pages:** {{count({page select name})}}
**Total documents:** {{count({document select name})}}
**Total tags:** {{count({tag select name})}}


Active Space Script

{{#each {space-script}}}
* [[{{ref}}]]
{{/each}}


Active Space Lua

${template.each(query[[
  from index.tag "space-lua"
  select {name= ref}
]], templates.pageItem)}


Active Space Style

{{#each {space-style}}}
* [[{{ref}}]]
{{/each}}


Active Space Config

You have space config defined on the following pages:
{{#each {space-config select replace(ref, /@.+/, "") as page}}}
* [[{{page}}]]
{{/each}}


Composed, this leads to the following active configuration:
~~~yaml
{{yaml(@config)}}
~~~